home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / os-includeppc / inline / colorwheel.h < prev    next >
C/C++ Source or Header  |  1997-04-14  |  661b  |  23 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_COLORWHEEL_H
  4. #define _INLINE_COLORWHEEL_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef COLORWHEEL_BASE_NAME
  11. #define COLORWHEEL_BASE_NAME ColorWheelBase
  12. #endif /* !COLORWHEEL_BASE_NAME */
  13.  
  14. #define ConvertHSBToRGB(hsb, rgb) \
  15.     LP2NR(0x1e, ConvertHSBToRGB, struct ColorWheelHSB *, hsb, a0, struct ColorWheelRGB *, rgb, a1, \
  16.     , COLORWHEEL_BASE_NAME)
  17.  
  18. #define ConvertRGBToHSB(rgb, hsb) \
  19.     LP2NR(0x24, ConvertRGBToHSB, struct ColorWheelRGB *, rgb, a0, struct ColorWheelHSB *, hsb, a1, \
  20.     , COLORWHEEL_BASE_NAME)
  21.  
  22. #endif /* !_INLINE_COLORWHEEL_H */
  23.